C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / GridDetailRow<TItem> Class / HasColumnErrors Method
The column to ask for errors.
In This Topic
HasColumnErrors Method (GridDetailRow<TItem>)
In This Topic
Gets whether the row has errors in the specified column.
Syntax
public bool HasColumnErrors( 
   GridColumn column
)

Parameters

column
The column to ask for errors.
See Also